From f2e08d3a9c2edd68796c87526066f9d26594b70d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Feb 2016 15:54:50 +0100 Subject: [PATCH] css tests: Fix style tests Commit d0fd7990c3f2c738f86185418ccd76b14da8a776 changed the location of builtin themes, breaking the loading of the empty theme in test-css-style. --- testsuite/css/style/{Empty.css => gtk.css} | 0 testsuite/css/style/test-css-style.gresource.xml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename testsuite/css/style/{Empty.css => gtk.css} (100%) diff --git a/testsuite/css/style/Empty.css b/testsuite/css/style/gtk.css similarity index 100% rename from testsuite/css/style/Empty.css rename to testsuite/css/style/gtk.css diff --git a/testsuite/css/style/test-css-style.gresource.xml b/testsuite/css/style/test-css-style.gresource.xml index 1625b862d8..ac116a5139 100644 --- a/testsuite/css/style/test-css-style.gresource.xml +++ b/testsuite/css/style/test-css-style.gresource.xml @@ -1,6 +1,6 @@ - - Empty.css + + gtk.css -- 2.30.2